home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * Chunker/DeChunk
- *
- * Copyright ©1995 Lee Kindness
- * cs2lk@scms.rgu.ac.uk
- *
- * version.h
- */
-
- #ifndef _VERSION_H_
- #define _VERSION_H_
-
- #define VERSION_NUM "1.7"
- #ifdef BUILD_AMIGA
- #define VERSION_DATE __AMIGADATE__
- #else
- #define VERSION_DATE ""
- #endif
-
- #endif
-